home *** CD-ROM | disk | FTP | other *** search
/ Aminet 21 / Aminet 21 (1997)(GTI - Schatztruhe)[!][Oct 1997].iso / Aminet / mus / midi / splitter.lha / splitter.readme < prev   
Encoding:
Text File  |  1997-08-19  |  1.5 KB  |  59 lines

  1. Splitter: A Bars and Pipes accessory for splitting one track into many.
  2.  
  3. Version: 1.1
  4.  
  5. Author: Richard Hagen
  6.     richard@it.uq.edu.au
  7.  
  8. Distribution: Freeware. See the copyright notice in splitter.c.
  9.  
  10. Requirements for running:
  11.     Bars and Pipes Professional 2.5
  12.  
  13. Requirements for recompiling:
  14.     DICE (or some other C compiler)
  15.     bars.h and toolstart.c from the Rules for Tools kit.
  16.     
  17. Usage:
  18.     Run Bars and Pipes
  19.  
  20.     Load a song.
  21.     Select a track to be split.
  22.  
  23.     Install the Splitter in the Accessories window.
  24.     Open the Splitter.
  25.     Click ``Split Selected Track''.
  26.  
  27.     Your track will be split into a number of tracks, each containing
  28.     the events for a single MIDI note number. Tracks will only be
  29.     created for MIDI note numbers that occur in the original track.
  30.     Each new track of MIDI note events is named for the note that
  31.     it contains.
  32.  
  33.     Another    track for non-note MIDI events will be created if needed.
  34.  
  35.     If you prefer, you can use a ``note map'' to supply names to the
  36.     newly created tracks. Note maps are created by the Pattern tool
  37.     when you're using Drum Map mode. These can be saved to disk,
  38.     and then be loaded into the Splitter using the
  39.     ``Load Notemap from File'' gadget. Load the note map before
  40.     splitting the track.
  41.  
  42. Useful for:
  43.     Splitting a drum track into individual instruments for separate
  44.     processing.
  45.  
  46. History:
  47.     Version 1.1: 19 August 1997
  48.         Added ``Clear Note Map'' button.
  49.         Tidied up some silly code.
  50.     Version 1.0: 12 August 1997
  51.         Initial release.
  52.  
  53. If you like this accessory, please drop me a line.
  54.  
  55. richard
  56. 19 August 1997
  57.  
  58.  
  59.